home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK3514.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-04-23  |  1KB  |  48 lines

  1. @echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo This program will extract the KrisKros software into the following directory:
  7. echo  
  8. if "%1"=="" echo         C:\KRIS
  9. if not "%1"=="" echo         %1
  10. echo  
  11. echo KrisKros requires approximately 450K of free disk space.  Please make sure
  12. echo that you have enough disk space available to complete the installation. 
  13. echo  
  14. echo If you wish to install KrisKros to a disk and/or directory other than the 
  15. echo one shown above, press [Ctrl]-[Break] now to abort this installation process 
  16. echo and then type the following:
  17. echo  
  18. echo         INSTALL d:\dirname
  19. echo  
  20. echo Where d is the disk drive letter and dirname is the name of the directory.
  21. echo  
  22. echo Press any key now to proceed with the installation described above...
  23. pause > nul
  24. cls
  25. echo  
  26. echo  
  27. echo  
  28. if "%1"=="" goto default
  29. KRIS15A %1
  30. goto status
  31. :default
  32. KRIS15A C:\KRIS
  33. :status
  34. echo  
  35. echo  
  36. if not errorlevel==1 goto success
  37. echo KrisKros installation failure!
  38. echo  
  39. echo Make certain that a valid disk and/or directory has been specified.  Also,
  40. echo verify that there is at least 450K of available space on the specified disk.
  41. goto end
  42. :success
  43. echo KrisKros installation successfully completed!
  44. echo  
  45. echo Please view the README.1ST file before using KrisKros.
  46. :end
  47. echo  
  48.